-
Notifications
You must be signed in to change notification settings - Fork 125
Prepare for 0.15.1 release #1590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
pubspec.lock
Outdated
@@ -408,4 +415,4 @@ packages: | |||
source: hosted | |||
version: "2.1.13" | |||
sdks: | |||
dart: ">=1.23.0 <=2.0.0-dev.15.0" | |||
dart: ">=1.23.0 <=2.0.0-edge.f5580e540847b411bd10b6836a9f62b1c27f076f" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not clear to me that this matters a lot, but perhaps leaving this at a dev release? (2.0.0-dev.15.0
/ 2.0.0-dev.16.0
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -21,6 +21,7 @@ dependencies: | |||
mustache4dart: ^2.1.0 | |||
package_config: '>=0.1.5 <2.0.0' | |||
path: ^1.3.0 | |||
quiver: ^0.27.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, we'd had an undeclared dep on quiver?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed. I think we survived because tuple included it, but for some reason that has shifted to no longer work well with the SDK.
Output of
|
Mostly the changelog update, however, also changed how we're importing quiver so that we work with recent changes in the SDK deps.